home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Apps / HeaderViewer.app / HeaderViewer.nib / data.classes next >
Text File  |  1993-04-09  |  1KB  |  93 lines

  1. TileScrollView = {
  2.     OUTLETS = {
  3.     popupListButton;
  4.     stubView;
  5.     };
  6.     SUPERCLASS = ScrollView;
  7. };
  8. Icon = {
  9.     ACTIONS = {
  10.     titleEdit:;
  11.     };
  12.     OUTLETS = {
  13.     iconTitle;
  14.     target;
  15.     image;
  16.     theHeaderViewer;
  17.     };
  18.     SUPERCLASS = View;
  19. };
  20. Shelf = {
  21.     SUPERCLASS = View;
  22. };
  23. FirstResponder = {
  24.     ACTIONS = {
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28. HeaderViewer = {
  29.     ACTIONS = {
  30.     setCaseInsensitivity:;
  31.     setExactMatchSensitivity:;
  32.     pickNewView:;
  33.     windowDidResize:;
  34.     precompile:;
  35.     pickBrowser:;
  36.     installBrowserView:;
  37.     windowWillClose:;
  38.     splitView:;
  39.     windowWillResize:;
  40.     pickFinder:;
  41.     };
  42.     OUTLETS = {
  43.     splitViewer;
  44.     sourceText;
  45.     viewPopup;
  46.     viewerBox;
  47.     finderViewDriver;
  48.     nameTextField;
  49.     resultIcon;
  50.     precompilerPanel;
  51.     viewModeButton;
  52.     cppOptionsOnOpenPanel;
  53.     finderBrowserModeMatrix;
  54.     rtfdText;
  55.     scrollview;
  56.     viewSummary;
  57.     finderBox;
  58.     summaryText;
  59.     placeTextField;
  60.     openPanelAncView;
  61.     listOfOtherLocations;
  62.     headerViewerDriver;
  63.     precompileOptions;
  64.     splitViewerBox;
  65.     window;
  66.     container;
  67.     finderButton;
  68.     viewDoc;
  69.     browserViewDriver;
  70.     browserFinderMatrix;
  71.     };
  72.     SUPERCLASS = Object;
  73. };
  74. Sizer = {
  75.     SUPERCLASS = Control;
  76. };
  77. QueryField = {
  78.     ACTIONS = {
  79.     prevQ:;
  80.     nextQ:;
  81.     };
  82.     SUPERCLASS = TextField;
  83. };
  84. StubView = {
  85.     SUPERCLASS = View;
  86. };
  87. MyControl1 = {
  88.     SUPERCLASS = Control;
  89. };
  90. MyObject = {
  91.     SUPERCLASS = Object;
  92. };
  93.